object frmCredits: TfrmCredits Left = 414 Top = 279 BorderStyle = bsToolWindow Caption = 'Credits' ClientHeight = 251 ClientWidth = 363 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgCredits: TImage Left = 8 Top = 8 Width = 352 Height = 92 AutoSize = True Picture.Data = {} OnClick = pnlCreditsClick end object pnlCredits: TPanel Left = 0 Top = 104 Width = 361 Height = 145 BevelOuter = bvNone Caption = 'pnlCredits' TabOrder = 0 OnClick = pnlCreditsClick end end